From: Othmar Truniger Date: Wed, 24 Sep 2025 14:45:25 +0000 (+0200) Subject: libfmt: bump to new upstream version 12.0.0 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=3331690791f475cca42fe99e9ea16fa23222472a;p=feed%2Fpackages.git libfmt: bump to new upstream version 12.0.0 bump to new upstream relaese Signed-off-by: Othmar Truniger --- diff --git a/libs/libfmt/Makefile b/libs/libfmt/Makefile index 9f4a142aad..6574d6d4e7 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfmt -PKG_VERSION:=11.2.0 +PKG_VERSION:=12.0.0 PKG_RELEASE:=1 PKG_SOURCE_NAME:=fmt PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fmtlib/$(PKG_SOURCE_NAME)/tar.gz/$(PKG_VERSION)? -PKG_HASH:=bc23066d87ab3168f27cef3e97d545fa63314f5c79df5ea444d41d56f962c6af +PKG_HASH:=aa3e8fbb6a0066c03454434add1f1fc23299e85758ceec0d7d2d974431481e40 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Othmar Truniger